//==============================================================================
// Caravan_anim.txt
//==============================================================================

//==============================================================================
define wheel
{
   set hotspot
   {
      version
      {
         Visual attachments n oxcart wheel
      }
   }
}

//==============================================================================
define Canvas
{
   set hotspot
   {
      version
      {
         Visual trade g caravan canvas
      }
   }
}

//==============================================================================
anim idle
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade G caravan_idlea
				connect backchest wheel hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade G caravan_idlea
				connect backchest wheel hotspot
                                                          connect attachpoint Canvas hotspot
         }
      }   
   }
}

//==============================================================================
anim walk
{
	SetSelector
	{
		InventoryLogic 0 1
		set hotspot
		{
			version
			{
				Visual Trade G caravan_Walka
				connect backchest wheel hotspot
				tag FootstepLeft 0.10 true   
				tag FootstepRight 0.00 true   
				tag FootstepLeft 0.20 true   
				tag FootstepRight 0.10 true 
			}
		}
		set hotspot
		{
			version
			{
				Visual Trade G caravan_Walka
				connect backchest wheel hotspot
connect attachpoint Canvas hotspot
				tag FootstepLeft 0.10 true   
				tag FootstepRight 0.00 true   
				tag FootstepLeft 0.20 true   
				tag FootstepRight 0.10 true 
			}
		}
   }   
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade G caravan_Boreda
				connect backchest wheel hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade G caravan_Boreda
				connect backchest wheel hotspot
connect attachpoint Canvas hotspot
         }
      }   
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
                        Visual Trade G caravan_Deatha
ReplaceTexture attachments a wheel spoked/attachments n oxcart wheel
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.51 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }
      set hotspot
      {
         version
         {
                        Visual Trade G caravan_Deatha
connect attachpoint Canvas hotspot
ReplaceTexture attachments a wheel spoked/attachments n oxcart wheel
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.51 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }   
   }
}
